home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm2 / sndmlrxd.rdm < prev    next >
Text File  |  1996-02-22  |  2KB  |  33 lines

  1. Short:    ARexx version of SendMail program V1.6
  2. Author:   jimd@slip106.termserv.siu.edu (Jim Dutton)
  3. Uploader: jimd@slip106.termserv.siu.edu (Jim Dutton)
  4. Type:     comm/mail
  5.  
  6. An ARexx program which takes an Internet (RFC822) formatted note
  7. and creates the necessary work files for an SMTP client to deliver
  8. the original note. This program is primarily intended for use with
  9. AmigaELM, but may also work elsewhere.
  10.  
  11. It uses an ARexx cliplist (built by the user) to insert an MX host
  12. for given target hosts. It allows for carbon copies, blind carbon
  13. copies, multiple recipient targets in a single line or over several
  14. lines, and it keeps a one line log file entry for every note processed.
  15.  
  16.  
  17. /* V1.5 changes ...                                                         */
  18. /* 1) use ENV:SMTPHOST for default (upstream/"smart") SMTP server/host      */
  19. /* 2) allow for multiple MX lists                                           */
  20. /*                                                                          */
  21. /* V1.6 changes ...                                                         */
  22. /* 1) add support for newsgroup articles (identified by a To: field with a  */
  23. /*    target of <newsgroup name> [ie; no "@" sign]) which inserts NNTP      */
  24. /*    header records and puts the 'note' in the 'news directory',           */
  25. /*    NNTPqueue, which is where AmigaNOS NNTP client looks for news items   */
  26. /*    to post (note: for some unknown reason, AmigaNOS appears to post only */
  27. /*    one note during each NNTP session ???)                                */
  28. /* 2) add generated MSGID to log file entry                                 */
  29. /* 3) added messgage REFID to NNTP articles (notes) log entries such as     */
  30. /*                                                                          */
  31. /* 30 Nov 1995 01:16:47 [30621] To: comp.mail.misc Subject: Re: pop3        */
  32. /*     server for VM/ESA <21b0c6fb.927cc>                                   */
  33.